home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / cellgame.swf / scripts / frame_2 / PlaceObject2_11_8 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  237 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_name != "glob")
  3.    {
  4.       _root.actions.collisions(this);
  5.       _root.actions.wrapAround(this);
  6.       _X = _X + xSpeed;
  7.       _Y = _Y + ySpeed;
  8.       _rotation = _rotation + rotateSpeed;
  9.    }
  10. }
  11.